.prog-page-container {
  min-height: 1200px;
}
.prog-page {
  display: flex;
  flex-wrap: wrap;
}
.prog-page .prog-page-item {
  width: 410px;
  height: 380px;
  box-shadow: 0px 0px 24px 11px rgba(218, 218, 218, 0.24);
  margin-bottom: 30px;
  transition: all 0.5s;
  margin-right: 30px;
  background: #fff;
}
.prog-page .prog-page-item:nth-child(3n+3) {
  margin-right: 0;
}

.prog-page .prog-page-item:hover {
  transform: scale(1.05);
}
.prog-page .prog-page-item img {
  width: 100%;
  height: 330px;
}
.prog-page .prog-page-item .prog-page-item-bottom {
  background: #fff;
  padding-top: 13px;
}
.prog-page .prog-page-item .prog-page-item-bottom h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2E2E2E;
  /* text-align: center; */
  padding: 0 10px;
}
.prog-page .prog-page-item .prog-page-item-bottom p {
  font-size: 16px;
  font-weight: 300;
  color: #444444;
  line-height: 30px;
  width: 90%;
  margin: 0 auto;
}
